projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca3c9b
)
* lisp/emacs-lisp/comp.el (comp-known-predicates): Add 'symbol-with-pos-p'.
author
Andrea Corallo
<acorallo@gnu.org>
Wed, 28 Feb 2024 19:38:02 +0000
(20:38 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Wed, 28 Feb 2024 19:44:24 +0000
(20:44 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index ae964b041d0d1c497d5333a2063a6a0527f740c3..21e2bb01ed053abb1fd340ae7c77a65532bcb369 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-220,6
+220,7
@@
Useful to hook into pass checkers.")
(sequencep . sequence)
(stringp . string)
(subrp . subr)
+ (symbol-with-pos-p . symbol-with-pos)
(symbolp . symbol)
(vectorp . vector)
(windowp . window))